Welcome![Sign In][Sign Up]
Location:
Search - Genetic Algorithm

Search list

[AI-NN-PRGenetic最短路径

Description: 在vc控制台中运行,用遗传算法求解最短路径,用邻接矩阵表示路线图。-in vc console operations, Genetic Algorithm for the shortest path, adjacency matrices road map.
Platform: | Size: 125952 | Author: rabo | Hits:

[AI-NN-PRSolving.the.01.Knapsack.Problem.with.Genetic.Algor

Description: 遗传算法求解01背包问题+实验报告+参考文献。如果你看了这个程序还是不能明白遗传算法的巧妙,那么还是不要再看这个问题了。-Genetic Algorithm for Knapsack Problem 01 experimental report references. If you read this procedure should not understand the genetic algorithm or clever, then it is better not to look at this issue.
Platform: | Size: 201728 | Author: gouyabin | Hits:

[AI-NN-PRalgorithm

Description: 传算法伪代码实例,遗传算法中最重要的过程就是选择和交叉。 -Examples of pseudo-code algorithm, genetic algorithm is the most important process of selection and crossover.
Platform: | Size: 1024 | Author: 何炎雯 | Hits:

[OtherGenetic

Description: 车间作业调度问题遗传算法Matlab源码-Genetic Algorithm for Job Shop Scheduling Problem Matlab source code
Platform: | Size: 5120 | Author: 曾行 | Hits:

[Mathimatics-Numerical algorithms8-puzzle-genetic

Description: It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.
Platform: | Size: 4096 | Author: ramin | Hits:

[Othergenetic-programming-theory-and-practice

Description: Avanced book on Genetic Algorithm. Very goo stuff. Have fun!
Platform: | Size: 28266496 | Author: ddboy40 | Hits:

[Algorithmgenetic

Description: This is knapsack problem solution by genetic algorithm
Platform: | Size: 2048 | Author: hamaaral | Hits:

[OtherA-Parallel-Repair-Genetic-Algorith

Description: A Parallel Repair Genetic Algorithm to Solve the Unit Commitment Problem
Platform: | Size: 400384 | Author: power | Hits:

[matlabPhotonic-Band-Gap-Genetic-Algorithm

Description: 二维光子晶体禁带的遗传优化算法.在平面波展开法的基础上,使用遗传算法寻找具有最大光子禁带的二维光子晶体结构-Photonic Band Gap Genetic Algorithm
Platform: | Size: 2048 | Author: lzf | Hits:

[matlabgenetic-algo

Description: process scheduling using genetic algorithm
Platform: | Size: 74752 | Author: noor | Hits:

[AI-NN-PRSample-Genetic-Algorithm

Description: 基本遗传算法,用来解决目标函数的算法问题-Basic genetic algorithm
Platform: | Size: 182272 | Author: 雷锋 | Hits:

[AI-NN-PRMATLAB-genetic-algorithm-toolbox

Description: 介绍遗传算法的原理,流程。详细展示了交叉,变异,选择等算子。同时,还介绍了谢菲尔德大学遗传工具箱的使用 。本书对初学遗传算法者很有帮助。-Introduce the principle of genetic algorithms, processes. Detail shows crossover, mutation, selection operator. Meanwhile, the University of Sheffield also introduced the use of genetic toolbox. Genetic algorithms for beginners who book very helpful.
Platform: | Size: 9717760 | Author: CaoJunlong | Hits:

[matlabmatlab-genetic-algorithm

Description: matlab用法 主要用于线性规划,非线性规划,解决优化问题,作出最合理的决策等遗传算法程序-matlab usage is mainly used for linear programming, nonlinear programming to solve optimization problems, make the most rational decision-making, genetic algorithm
Platform: | Size: 8192 | Author: 刘旭 | Hits:

[AI-NN-PRGenetic algorithm

Description: 基于遗传算法的机器人路径规划MATLAB源码(Genetic algorithm - based robot path planning)
Platform: | Size: 15360 | Author: 三叶半夏 | Hits:

[matlabGENETIC ALGORITHM

Description: 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。(The genetic algorithm (Genetic Algorithm) is a computational model of biological evolution process of natural selection and genetic mechanism of the simulation of Darwin's theory of biological evolution, is a kind of method to search the optimal solution through simulating the process of natural evolution.)
Platform: | Size: 44032 | Author: alfreddiao | Hits:

[AI-NN-PRgenetic algorithm

Description: 遗传算法解微分方程,同时还包含了matlab中其他几种解微分方程的方法,如dsolve,ode45等。(Genetic algorithm to solve differential equations, but also contains several other methods to solve differential equations in MATLAB, such as dsolve, ode45 and so on.)
Platform: | Size: 1024 | Author: echo2017 | Hits:

[Mathimatics-Numerical algorithmsGenetic-Algorithm-Example-2009

Description: 基因演算法 如何隨機產生子代 計算產生子代的時間,並畫圖(Genetic Algorithm Example How to generate random offspring)
Platform: | Size: 310272 | Author: yaginny | Hits:

[matlabMatlab genetic algorithm and examples

Description: 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,本文介绍了一种基于Matlab的遗传算法实例。(An example of genetic algorithm based on Matlab)
Platform: | Size: 315392 | Author: MagicYang68 | Hits:

[AI-NN-PRMATLAB genetic algorithm toolbox

Description: Matlab 遗传算法(Genetic Algorithm)优化工具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA 改进,只需改写函数m 文件形式即可。(The Matlab Genetic Algorithm optimization toolbox is a comprehensive function library based on basic operations and termination conditions, binary and decimal conversion and other operations. The implementation steps include: the main function of genetic algorithm and the generation function of the initial population are obtained by the input and output functions, and the basic genetic operation function is obtained by the selection, crossover and mutation operations. Taking function simulation as an example, the function optimization and GA improvement only need to rewrite function m file form)
Platform: | Size: 9216 | Author: FZenjoys | Hits:

[Mathimatics-Numerical algorithmsMulti-variable heterotopic adaptive genetic algorithm

Description: Multi-variable heterotopic adaptive genetic algorithm
Platform: | Size: 3344 | Author: kimhanxin@163.com | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net